spread
{tidyr}
Spread a key-value pair across multiple columns
write_dta
NA
write.csv
{utils}
write a csv file to a data frame
is.na
{base}
Check if a value is NA/elements of vector are NA
data.frame
{base}
Create a data.frame from vectors
ordered
{dplyr}
Create an ordered factor
as.numeric
{base}
Coerce a vector to numeric
table
{base}
Obtain frequency table of a variable/cross-tabulation of two variables
summarize
NA
as.character
{base}
Coerce a vector to character
read_dta
{haven}
Read a .dta file (Stata data)
n
{dplyr}
The number of observations in the current group.
save
{base}
Writes an external representation of R objects to the specified file.
separate
{dplyr}
Separate a character column into multiple columns
The end!